home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1996 October / MACPOWER-1996-10.ISO.7z / MACPOWER-1996-10.ISO / AMUG / Internet_31 / NetCacheResolver 0.9d6 / NetCacheResolver 0.9d6 ト / library / NCR_AppleEvent.h < prev    next >
Text File  |  1996-05-12  |  447b  |  16 lines

  1. // NetCache Resolver, 1995 (C) Mizutori Tetsuya
  2. // - NCR_AppleEvent.h, October 10, 1995
  3. // This document is pretty printed in 10-point Geneva font.
  4.  
  5. // prototypes
  6. /***** setup Apple Event handles *****/
  7. void SetupAppleEvent ( void );
  8.  
  9. /***** Apple Event FileList *****/
  10. long AECountFileList ( void );
  11. void AEPutFile ( FSSpec *theFSSpec );
  12. Boolean AEGetFile ( FSSpec *theFSSpec, long index );
  13. void AEDisposFileList ( void );
  14.  
  15. // end of definitions
  16.